﻿.header {
    overflow: visible;
}
.head_nav2 {
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0
}
.main_l2 {
    position: fixed;
    width: 222;
    z-index: 100;
    /*top:-15px;*/
    top: -25px;
}
.head_nav .ul {
    position: relative;
}
.head_nav .ul dl {
    position: relative;
    float: left;
    width: 130px;
}
.head_nav .ul dl dt {
    line-height: 42px;
    text-align: center;
}
.head_nav .ul dl dt:first-child {
    background: url(/0552/img/lil.png) no-repeat left center;
}
.head_nav .ul dl:hover dt a, .head_nav .ul dl.active dt a {
    background: url(/0552/img/li.jpg) repeat-x;
    color: #fff;
}
.head_nav .ul dl dt a {
    width: 100%;
    height: 42px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    display: block;
    background2: url(../img/lil.png) no-repeat right center;
}
.head_nav .ul dl.dl_50 {
    width: 140px;
}
.head_nav .ul dl dd {
    position: absolute;
    width: 100%;
    z-index: 99999;
    top: 42px;
    background-color: #087CCB;
    display: none;
    opacity: 0.9;
    border-top: 1px solid #1A7CBC;
}
.head_nav .ul dl:hover dd {
    display: block;
}
.head_nav .ul dl dd a {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 2.5;
    color: #fff;
    font-size: 15px
}
.head_nav .ul dl dd a:hover {
    background-color: #004674;
}
.head_nav .ul dl.dl_9 {
    position: static;
}
.head_nav .ul dl.dl_9 dd {
    left: 0;
}
.head_nav .ul dl.dl_9 dd p {
    padding: 10px 0px 10px 15px;
}
.head_nav .ul dl.dl_9 dd p {
    position: relative;
}
.head_nav .ul dl.dl_9 dd p:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}
.head_nav .ul dl.dl_9 dd a {
    padding: 0px 15px;
    float: left;
    width: auto
}
.ddpage {
    clear: both;
    padding-top: 80px;
    height: 100px;
}
.ddpage table {
    border: 0;
    margin: 0;
    border-collapse: collapse;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.ddpage table td {
    padding: 0;
}
.ddpage li {
    float: left;
    border: 1px solid #8C8C8C;
    margin: 0px 3px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.2s ease 0s;
}
.ddpage li:hover, .ddpage li.active {
    background-color: #8B8B8B;
    border-color: #8B8B8B;
}
.ddpage li a {
    font-size: 14px;
    display: block;
    min-width: 28px;
    text-align: center;
    padding: 5px 10px;
}
.ddpage li:hover a, .ddpage li.active a {
    color: #fff;
}
table {
    border: 0;
    margin: 0;
    border-collapse: collapse;
    max-width: 100%
}
table td {
    padding: 0;
    vertical-align: middle;
    padding: 0px 10px;
    border: 1px solid #ccc;
}
table td, table td p {
    line-height: 25px;
    font-size: 14px;
}